/*鍙充晶鎮诞*/
.m-sidebar{
	width: 45px;
    position: fixed;
    right: 15px;
    top: 410px;
    z-index: 999999;
}
.m-sidebar .s-a{
	width: 45px;
    height: 45px;
    display: block;
    background-image: url(/lib/images/res/iconsprite_btbar.png);
    background-color: #444;
    background-color: rgba(0,0,0,.6);
    text-align: center;
    font-size: 12px;
    margin-bottom: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    border-radius: 2px;
    text-indent: -9999px;
   
}
.m-sidebar .s-a:hover{
	background-color: rgba(0,0,0,.9);
}
.s-ewm .s-a{
	background-position: 2px 2px;
}
.s-ewm .s-a:hover{
		background-position: -48px 2px;
}

.s-kf .s-a{
	background-position: 3px -43px;
}
.s-kf .s-a:hover{
		background-position: -48px -43px;
}
.slide-box{
	position: absolute;
	padding: 10px;
	font-size: 12px;
	color: #666;
	border: 1px solid #dbdbdb;
	border-radius: 2px;
	background: #fff;
	display: none;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);

}
.slide-box:after{
	position: absolute;
	top: 44px;
	right: -23px;
	content: '';
	width: 25px;
	height: 20px;
	background: url(/lib/images/res/iconsprite_btbar.png) -60px -90px;
}
.s-ewm-box {	
	right: 60px;
	*right: 45px;
	top: -30px;
	/*width: 220px;	*/
}
.s-ewm-box span{
	width: 96px;
	height: 112px;
	display: inline-block;
	text-align: center;
}
.s-ewm-box img{
	display: block;
	width: 96px;
	height: 96px;
}
.s-kf-box{
	width: 142px;
	right: 60px;
	*right: 45px;
	top: 15px;
}
.s-kf-box .kf{
	width: 140px;
	height: 38px;
	display: block;
	margin-bottom: 10px;
	text-indent: -9999px;
	background:url(/lib/images/res/iconsprite_btbar.png) -7px -133px;
}
.s-kf-box .lx{
	line-height: 25px;
	padding-left: 30px;
	
	color: #666;
	font-family: '瀹嬩綋';
	background: url(/lib/images/res/iconsprite_btbar.png) -107px -0px;
}
.s-kf-box .ly{
	line-height: 25px;
	padding-left: 30px;
	background: url(/lib/images/res/iconsprite_btbar.png) -107px -30px;
}
.s-kf-box  a{
	font-family: '瀹嬩綋';
	color: #666;
}
.m-sidebar .go-top{
	background-position: 3px -88px;
}

.s-ewm:hover .s-ewm-box{
	display: block;
}
.s-kf:hover .s-kf-box{

	display: block;
}